public class CiscoAddressCallInfo
extends java.lang.Object
The CiscoAddressCallInfo
gives the call information on the address. Applications
should not instantiate CiscoAddressCallInfo objects but use the return value of
CiscoAddress.getCiscoAddressCallInfo().
Constructor and Description |
---|
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold) |
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold,
CiscoCall[] icalls) |
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold,
CiscoCall[] icalls,
int inumParkedCalls) |
Modifier and Type | Method and Description |
---|---|
CiscoCall[] |
getCalls()
Returns the Array of CiscoCalls on the CiscoAddress.
|
int |
getMaxActiveCalls()
Returns the maximum number of active calls supported on the CiscoAddress, as an integer.
|
int |
getMaxCallsOnHold()
Returns the maximum number of calls that can be put on hold on the CiscoAddress, as an
integer.
|
int |
getNumActiveCalls()
Returns the number of active calls on the CiscoAddress, as an integer.
|
int |
getNumCallsOnHold()
Returns the number of held calls on the CiscoAddress, as an integer.
|
int |
getNumParkedCalls()
Returns the number of parked calls on the CiscoAddress, as an integer
|
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold, CiscoCall[] icalls, int inumParkedCalls)
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold, CiscoCall[] icalls)
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold)
public int getMaxActiveCalls()
public int getMaxCallsOnHold()
public int getNumActiveCalls()
public int getNumCallsOnHold()
public CiscoCall[] getCalls()
public int getNumParkedCalls()